func runtime.casgstatus
41 uses
runtime (current package)
coro.go#L158: casgstatus(gp, _Grunning, _Gwaiting)
coro.go#L226: casgstatus(gnext, _Gwaiting, _Grunnable)
coro.go#L227: casgstatus(gnext, _Grunnable, _Grunning)
debugcall.go#L242: casgstatus(gp, _Grunning, _Grunnable)
debugcall.go#L252: casgstatus(callingG, _Gwaiting, _Grunnable)
heapdump.go#L713: casgstatus(gp.m.curg, _Gwaiting, _Grunning)
mgc.go#L1063: casgstatus(curgp, _Gwaiting, _Grunning)
mgc.go#L1510: casgstatus(gp, _Gwaiting, _Grunning)
mgcmark.go#L243: casgstatus(userG, _Gwaiting, _Grunning)
mgcmark.go#L655: casgstatus(gp, _Gwaiting, _Grunning)
mgcpacer.go#L811: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L1034: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L1175: func casgstatus(gp *g, oldval, newval uint32) {
proc.go#L1282: casgstatus(gp, old, _Gwaiting)
proc.go#L1448: casgstatus(gp, _Gwaiting, _Grunning)
proc.go#L2012: casgstatus(gp, _Gwaiting, _Grunning)
proc.go#L2344: casgstatus(mp.curg, _Gdead, _Gsyscall)
proc.go#L2403: casgstatus(gp, _Gidle, _Gdead)
proc.go#L2478: casgstatus(mp.curg, _Gsyscall, _Gdead)
proc.go#L3223: casgstatus(gp, _Grunnable, _Grunning)
proc.go#L3278: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3346: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3394: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3411: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3541: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3605: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3886: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L4082: casgstatus(gp, _Grunning, _Gwaiting)
proc.go#L4095: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L4123: casgstatus(gp, _Grunning, _Grunnable)
proc.go#L4244: casgstatus(gp, _Grunning, _Grunnable)
proc.go#L4276: casgstatus(gp, _Grunning, _Gdead)
proc.go#L4411: casgstatus(gp, _Grunning, _Gsyscall)
proc.go#L4567: casgstatus(gp, _Grunning, _Gsyscall)
proc.go#L4661: casgstatus(gp, _Gsyscall, _Grunning)
proc.go#L4786: casgstatus(gp, _Gsyscall, _Grunnable)
proc.go#L5003: casgstatus(newg, _Gidle, _Gdead)
proc.go#L5067: casgstatus(newg, _Gdead, status)
stack.go#L1122: casgstatus(gp, _Grunning, _Gcopystack)
stack.go#L1130: casgstatus(gp, _Gcopystack, _Grunning)
trace.go#L401: casgstatus(me, _Gwaiting, _Grunning)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |